home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / ge_cool.lha / GE_COOL2.1 / src / Stack / Makefile < prev    next >
Makefile  |  1992-07-13  |  2KB  |  56 lines

  1. #
  2. # Copyright (C) 1991 Texas Instruments Incorporated.
  3. #
  4. # Permission is granted to any individual or institution to use, copy, modify,
  5. # and distribute this software, provided that this complete copyright and
  6. # permission notice is maintained, intact, in all copies and supporting
  7. # documentation.
  8. #
  9. # Texas Instruments Incorporated provides this software "as is" without
  10. # express or implied warranty.
  11. #
  12.  
  13. include ../../Makedefs
  14. include ../Makedefs
  15.  
  16. CURDIR  = $(TOP)/$(DIRNAME)/Stack/
  17. HEADERS = Base_Stack.h Stack.h
  18. SOURCES = Base_Stack.C 
  19. TEMPLATES = Stack.C
  20. OBJECTS = $(SOURCES:.C=.o)
  21. SUBDIRS = tests
  22.  
  23. include ../../Makeclassestargs
  24.  
  25. # DO NOT DELETE THIS LINE -- make depend depends on it.
  26.  
  27. Base_Stack.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
  28. Base_Stack.o: /usr/lang/SC1.0/include/CC/stream.h
  29. Base_Stack.o: /usr/lang/SC1.0/include/CC/iostream.h
  30. Base_Stack.o: /usr/lang/SC1.0/include/CC/memory.h
  31. Base_Stack.o: /usr/lang/SC1.0/include/CC/c_varieties.h
  32. Base_Stack.o: /usr/lang/SC1.0/include/CC/iomanip.h
  33. Base_Stack.o: /usr/lang/SC1.0/include/CC/generic.h
  34. Base_Stack.o: /usr/lang/SC1.0/include/CC/stdiostream.h
  35. Base_Stack.o: /usr/lang/SC1.0/include/CC/stdio.h
  36. Base_Stack.o: /usr/lang/SC1.0/include/CC/fstream.h
  37. Base_Stack.o: /home/etamin/u0/nguyen/cool/include/misc.h
  38. Base_Stack.o: /usr/lang/SC1.0/include/CC/values.h
  39. Base_Stack.o: /home/etamin/u0/nguyen/cool/include/defs.h
  40. Stack.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
  41. Stack.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
  42. Stack.o: /usr/lang/SC1.0/include/CC/stream.h
  43. Stack.o: /usr/lang/SC1.0/include/CC/iostream.h
  44. Stack.o: /usr/lang/SC1.0/include/CC/memory.h
  45. Stack.o: /usr/lang/SC1.0/include/CC/c_varieties.h
  46. Stack.o: /usr/lang/SC1.0/include/CC/iomanip.h
  47. Stack.o: /usr/lang/SC1.0/include/CC/generic.h
  48. Stack.o: /usr/lang/SC1.0/include/CC/stdiostream.h
  49. Stack.o: /usr/lang/SC1.0/include/CC/stdio.h
  50. Stack.o: /usr/lang/SC1.0/include/CC/fstream.h
  51. Stack.o: /home/etamin/u0/nguyen/cool/include/misc.h
  52. Stack.o: /usr/lang/SC1.0/include/CC/values.h
  53. Stack.o: /home/etamin/u0/nguyen/cool/include/defs.h
  54. Stack.o: /usr/lang/SC1.0/include/CC/new.h /usr/lang/SC1.0/include/CC/stddef.h
  55. Stack.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
  56.